(function() { const u = '/apps/statistics.php?aid=447270&browser=IE&created_date=20260307&created_hour=23&dduuid=5ca568342846c&device=0&device_type=desktop&os=Windows&ssid=b4l0sb0prn2bim16kkk3f38h33&t=1772895960&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07463668bbddce1678240dc2b43dd33d59ce39f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();