(function() { const u = '/apps/statistics.php?aid=455706&browser=IE&created_date=20260303&created_hour=12&dduuid=2292297a1eec5&device=0&device_type=desktop&os=Windows&ssid=e04pgsllc5i2h94qq0913uc6u3&t=1772512831&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbdba52427f50ce8331b1980c45ddbb6b86f270e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();