(function() { const u = '/apps/statistics.php?aid=210224&browser=IE&created_date=20251224&created_hour=05&dduuid=d4f466602b195&device=0&device_type=desktop&os=Windows&ssid=f5e071hpm6f65qdbs7lk1j3qo2&t=1766527106&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=340f3a506e8a16c89154e82827a1f0d8546b02cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();