(function() { const u = '/apps/statistics.php?aid=427381&browser=IE&created_date=20260123&created_hour=12&dduuid=e133fe36c8309&device=0&device_type=desktop&os=Windows&ssid=o3bm8qc76bj0f6lsa057s03f5o&t=1769141728&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51102bf23c216c04e353fb0ca3cd082e425c49cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();