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