(function() { const u = '/apps/statistics.php?aid=4334&browser=IE&created_date=20260224&created_hour=09&dduuid=2656d6ac84fc2&device=0&device_type=desktop&os=Windows&ssid=gpo9jhttcll6troduuggi1nped&t=1771895410&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e20cc38ef0e3d19f41158486525754fc40c91ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();