(function() { const u = '/apps/statistics.php?aid=97161&browser=IE&created_date=20260316&created_hour=04&dduuid=b2e333270192c&device=0&device_type=desktop&os=Windows&ssid=agdc2ls741hphfgc5h2slgkium&t=1773606917&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c828144de01f4abfa5e4e0c725089924d4c138e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();