(function() { const u = '/apps/statistics.php?aid=57802&browser=IE&created_date=20260308&created_hour=06&dduuid=4e4d0ca62f8c4&device=0&device_type=desktop&os=Windows&ssid=ge6jc5724f0lsg9posodccm3m5&t=1772922167&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2111c47a857a231b0273543c8796ae6754a6bbbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();