(function() { const u = '/apps/statistics.php?aid=27850&browser=IE&created_date=20260224&created_hour=03&dduuid=25deca6ab2766&device=0&device_type=desktop&os=Windows&ssid=bikhgt8msbk06gbc2qe1gtatht&t=1771876559&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a24ea7bb69734a67c15e75e68e4a79fd3b530361&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();