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