(function() { const u = '/apps/statistics.php?aid=411663&browser=IE&created_date=20260303&created_hour=12&dduuid=1c9f0e16bb4a0&device=0&device_type=desktop&os=Windows&ssid=k6718u70781jqo92lm81qopn1l&t=1772512854&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=166a9eaaf97ec52c7d768d7f3d51ba34a0645697&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();