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