(function() { const u = '/apps/statistics.php?aid=412016&browser=IE&created_date=20260304&created_hour=11&dduuid=3ac8d326d00e6&device=0&device_type=desktop&os=Windows&ssid=4f79grn507mqj70218c7md86in&t=1772594556&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4717ebdc71e0ff21086f9cb5663485d981c8fcf7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();