(function() { const u = '/apps/statistics.php?aid=146021&browser=IE&created_date=20260124&created_hour=00&dduuid=4e86dba4de4b5&device=0&device_type=desktop&os=Windows&ssid=34152p4l2bhci680pec5r9im0o&t=1769184702&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46901dbb4604db64905c02ac98e4ce73deda65ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();