(function() { const u = '/apps/statistics.php?aid=442404&browser=IE&created_date=20260303&created_hour=16&dduuid=2141aa878c748&device=0&device_type=desktop&os=Windows&ssid=akd1n6c1m7chrv3oqo92iq0map&t=1772526092&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd913420270fa9ff2617ea8d91880bffe9303f8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();