(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=6d95ccb8ce72c&device=0&device_type=desktop&os=Windows&ssid=b2h1arf24oueutuh4r8324lc0u&t=1757879520&typeid=0&url_type=1&value=&sign=a1c6e2335041bf65fc425a156ae7b9f6b3a2ef52&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();