(function() { const u = '/apps/statistics.php?aid=446624&browser=IE&created_date=20260124&created_hour=03&dduuid=f9fd5ff7a16f3&device=0&device_type=desktop&os=Windows&ssid=3egum30ek0ejcrroj92fo8at4q&t=1769196255&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad963143b560db86d7db9de814ef7079006eaa70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();