(function() { const u = '/apps/statistics.php?aid=424154&browser=IE&created_date=20260129&created_hour=00&dduuid=e54953b76990e&device=0&device_type=desktop&os=Windows&ssid=t40aii229mcq75nrg34pur9f20&t=1769617101&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f54d1bd354de7273e451bf6afd7dce7b31c330a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();