(function() { const u = '/apps/statistics.php?aid=456124&browser=IE&created_date=20260228&created_hour=05&dduuid=451d7c4a65c71&device=0&device_type=desktop&os=Windows&ssid=4e7sbel69smjuhnmbucu4t693k&t=1772227897&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5795a1076f9e099b97cf1c9f8fc17df537351fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();