(function() { const u = '/apps/statistics.php?aid=421&browser=IE&created_date=20260311&created_hour=05&dduuid=61e61fa963fea&device=0&device_type=desktop&os=Windows&ssid=2otqoe22f3hgq344b87oqib164&t=1773178314&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=664cfbd640fc301d66fa0b17ce32addbc9574e0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();