(function() { const u = '/apps/statistics.php?aid=455093&browser=IE&created_date=20260303&created_hour=18&dduuid=fdd5e9508c5e7&device=0&device_type=desktop&os=Windows&ssid=c2vco6t7rg2u3ufl6lk9grmvoi&t=1772535332&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3afaf7d0298b0038c40b618f9492b37e6090b0fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();