(function() { const u = '/apps/statistics.php?aid=454986&browser=IE&created_date=20260224&created_hour=07&dduuid=fa8c1e5ee93fa&device=0&device_type=desktop&os=Windows&ssid=3taq1eahg691thklh0b0r3d7ou&t=1771890591&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=823944df6713c82dbb45131795ced87038e07429&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();