(function() { const u = '/apps/statistics.php?aid=455932&browser=IE&created_date=20260310&created_hour=13&dduuid=d34999c3bc77e&device=0&device_type=desktop&os=Windows&ssid=t2utbptovkqhan2hpf7ves20e8&t=1773121311&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cc09a4fe37eb74421fd6e21485a7c7425ed6365&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();