(function() { const u = '/apps/statistics.php?aid=405965&browser=IE&created_date=20260306&created_hour=14&dduuid=d94010899b3e1&device=0&device_type=desktop&os=Windows&ssid=533dv9eulbhkr9f4ebtms3d34m&t=1772777404&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ec424a52a7bcc045cd3345d478cd655499ae58a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();