(function() { const u = '/apps/statistics.php?aid=223006&browser=IE&created_date=20260123&created_hour=08&dduuid=633b6a2813b10&device=0&device_type=desktop&os=Windows&ssid=tngs9998ohvbmcj4n9cs1ldkcf&t=1769126404&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4420f4cb2ff13e47679a9e16168aa0e2ba1417e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();