(function() { const u = '/apps/statistics.php?aid=443996&browser=IE&created_date=20260215&created_hour=00&dduuid=c8dd43839915c&device=0&device_type=desktop&os=Windows&ssid=ercq4rhfga6nci0mpjve09mudk&t=1771087112&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a464e5b93839ff4aa0c227c422b23fb2cb7b1cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();