(function() { const u = '/apps/statistics.php?aid=424537&browser=IE&created_date=20260307&created_hour=15&dduuid=076468463b0c7&device=0&device_type=desktop&os=Windows&ssid=3rl91shst49ds0aiedqkq56d8i&t=1772869489&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45ff7185311ec8e2b1b886f7869b83613fdf0aeb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();