(function() { const u = '/apps/statistics.php?aid=461524&browser=IE&created_date=20260313&created_hour=10&dduuid=e37f8feddc687&device=0&device_type=desktop&os=Windows&ssid=8ui4pgmm1lrf5mgserprk2mq6a&t=1773367404&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6157423351379ca15cfa03fd35383f14ee77d7e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();