(function() { const u = '/apps/statistics.php?aid=448863&browser=IE&created_date=20260226&created_hour=04&dduuid=6bce32b5c2810&device=0&device_type=desktop&os=Windows&ssid=80eb97atk72vmt1iv441fv2g46&t=1772051045&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4f983a349a2c3fb66025aead8a70c5a0fc31bd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();