(function() { const u = '/apps/statistics.php?aid=456086&browser=IE&created_date=20260306&created_hour=08&dduuid=ac1fb3d913387&device=0&device_type=desktop&os=Windows&ssid=362edk5dp46cv15ifk24a5rj9h&t=1772757733&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30498e85425b9d3e065cbba7eed2cf498e9855e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();