(function() { const u = '/apps/statistics.php?aid=450934&browser=IE&created_date=20260307&created_hour=13&dduuid=610f6947a5c58&device=0&device_type=desktop&os=Windows&ssid=s458d484arftg4trn7vilkg85p&t=1772862555&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=456d51cc32391c152bcb15632cfb1e2cf27d6bf5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();