(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=f410b9cd5865b&device=0&device_type=desktop&os=Windows&ssid=1ts3jrvc56f4ull7ht1o8tnagu&t=1757860457&typeid=0&url_type=2&value=&sign=d3baf63e2b8cb0e99153fd0a3a4266642fb7693e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();