(function() { const u = '/apps/statistics.php?aid=448411&browser=IE&created_date=20260123&created_hour=06&dduuid=f4c4edec41a0f&device=0&device_type=desktop&os=Windows&ssid=g920l7i8h2t86pcsaq1odr6gpr&t=1769121821&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52761c8236d41c2655e50805803aa3cccfa7c8b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();