(function() { const u = '/apps/statistics.php?aid=448256&browser=IE&created_date=20260226&created_hour=08&dduuid=46891a788cb66&device=0&device_type=desktop&os=Windows&ssid=f127u29go9bh97sb0hdggv2vkd&t=1772066564&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45c6f9f085b2c6036e71242d4466c5508a39cdbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();