(function() { const u = '/apps/statistics.php?aid=457354&browser=IE&created_date=20260226&created_hour=05&dduuid=17a9cafd77a8b&device=0&device_type=desktop&os=Windows&ssid=3eash5m4024ng6k9ftc8j35j97&t=1772056683&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c9c4f55c913e241d42ce315e009aeac72af2d23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();