(function() { const u = '/apps/statistics.php?aid=454157&browser=IE&created_date=20260311&created_hour=11&dduuid=16fd6eb880b56&device=0&device_type=desktop&os=Windows&ssid=71g5929beur1skvrveqi1sacub&t=1773200373&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdc2c6ccdd800c66dc3e42ee2dd6c308e8bd7d1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();