(function() { const u = '/apps/statistics.php?aid=445060&browser=IE&created_date=20251220&created_hour=11&dduuid=c5f77ad3f6c86&device=0&device_type=desktop&os=Windows&ssid=q6fb89i6elhmhb1k6il5n2qt8t&t=1766201451&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f3aea345fe6e0b75cd7fb2fd1b30970820711fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();