(function() { const u = '/apps/statistics.php?aid=438001&browser=IE&created_date=20260311&created_hour=05&dduuid=d87b1c2846435&device=0&device_type=desktop&os=Windows&ssid=b3js7432nhn31gb11liskf3r9q&t=1773177786&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8622229a252bef672f1c95297c9493781bbdf35c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();