(function() { const u = '/apps/statistics.php?aid=422205&browser=IE&created_date=20260224&created_hour=22&dduuid=3b8e443e6e279&device=0&device_type=desktop&os=Windows&ssid=bej9rrtcggcmmp0908fhn45f9f&t=1771942030&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e1cfa9f1918f016a99c8a0265b334f7372b31f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();