(function() { const u = '/apps/statistics.php?aid=403404&browser=IE&created_date=20260307&created_hour=16&dduuid=e5c586c883a3f&device=0&device_type=desktop&os=Windows&ssid=st6v02419mppqh1oenmegik2gv&t=1772871877&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e6e9db4452c9cf2f42975f607f0657ce005d4e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();