(function() { const u = '/apps/statistics.php?aid=450977&browser=IE&created_date=20260311&created_hour=15&dduuid=061b1d4e8215a&device=0&device_type=desktop&os=Windows&ssid=3ojie2lobnin2k80q01qe8f51f&t=1773215297&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fa80e6878f884400821a6d8508cdf2ec5ba96d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();