(function() { const u = '/apps/statistics.php?aid=375510&browser=IE&created_date=20260113&created_hour=12&dduuid=c5d3832b8f4e7&device=0&device_type=desktop&os=Windows&ssid=h4n09ar9p4j6g12784be6gdgck&t=1768280214&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=631d2b99f8a1f2e80076963cd0b683bf80449c71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();