(function() { const u = '/apps/statistics.php?aid=324445&browser=IE&created_date=20260311&created_hour=12&dduuid=39f43c6009b9d&device=0&device_type=desktop&os=Windows&ssid=3gre4n0m0gole6hdujl5et2vil&t=1773204571&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e45bc437a94f67d83ab653e8eddcc50d42f0ca9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();