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