(function() { const u = '/apps/statistics.php?aid=63&browser=IE&created_date=20260124&created_hour=16&dduuid=a5dbb33d54edb&device=0&device_type=desktop&os=Windows&ssid=e1vq75arub14qo8619l6rtvn91&t=1769244054&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=385e2050fcd054fe3bde57cf23a22df5a306a92a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();