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