(function() { const u = '/apps/statistics.php?aid=454508&browser=IE&created_date=20260309&created_hour=10&dduuid=ee11dbead790e&device=0&device_type=desktop&os=Windows&ssid=smc63tlc7bcbvahr6o6tg1rn1g&t=1773024196&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94c66163aecce8dbaa57222623bd117c1265e352&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();