(function() { const u = '/apps/statistics.php?aid=38398&browser=IE&created_date=20260122&created_hour=19&dduuid=0792881f9fcc0&device=0&device_type=desktop&os=Windows&ssid=vb1qte6h6o9ie4cmpfjooanhhq&t=1769082987&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cfd1f7d61133e11c4c1f081a1194fd6dd2bb5399&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();