(function() { const u = '/apps/statistics.php?aid=452120&browser=IE&created_date=20260306&created_hour=03&dduuid=f7954c4898163&device=0&device_type=desktop&os=Windows&ssid=rmsf611ok7tpbvg4hb5in3q39c&t=1772738361&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85f9c52fcac68520132c8f57445242d88c116344&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();