(function() { const u = '/apps/statistics.php?aid=454015&browser=IE&created_date=20260305&created_hour=15&dduuid=2e3533d45f1c1&device=0&device_type=desktop&os=Windows&ssid=7r54p5ootnrp3g3dkasc0d5rop&t=1772694923&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1075f196063767b081409266d9f5100305e67e1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();