(function() { const u = '/apps/statistics.php?aid=454548&browser=IE&created_date=20260310&created_hour=04&dduuid=190fed8bc6060&device=0&device_type=desktop&os=Windows&ssid=nf962tmdh941tdr9f9558e439j&t=1773086744&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=487472cd5adf311272e203a9ec97511acd0d7404&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();