(function() { const u = '/apps/statistics.php?aid=448404&browser=IE&created_date=20260112&created_hour=00&dduuid=a0b0c53c1fa76&device=0&device_type=desktop&os=Windows&ssid=dd30cs9cekhm3u5f0b4esbcefr&t=1768150266&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2fb71af598ab4c538eb5bef4db242b0a096fd706&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();