(function() { const u = '/apps/statistics.php?aid=7480&browser=IE&created_date=20260313&created_hour=04&dduuid=103a0c0c4730f&device=0&device_type=desktop&os=Windows&ssid=9bnmb4oqmnqj3mdjg1igp9j3j5&t=1773348404&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0e6db41d092938b54b77562784981018b46a117&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();