(function() { const u = '/apps/statistics.php?aid=452130&browser=IE&created_date=20260312&created_hour=02&dduuid=c14db7afe3e4b&device=0&device_type=desktop&os=Windows&ssid=phiujgk4rslhcg1ju5ufr4dil5&t=1773253115&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fe1ca7086b712b06339fc1ed5853d00057f98abb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();