(function() { const u = '/apps/statistics.php?aid=403448&browser=IE&created_date=20260125&created_hour=20&dduuid=f1f7578671f4f&device=0&device_type=desktop&os=Windows&ssid=11h287p5qmna3jf463r5m52ve8&t=1769344123&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f50907b06ef75203ef693630630ccc5f5992feed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();