(function() { const u = '/apps/statistics.php?aid=446146&browser=IE&created_date=20260308&created_hour=01&dduuid=0b9a426dc0ea4&device=0&device_type=desktop&os=Windows&ssid=6cci5987berdae6g7o75t7emse&t=1772902807&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5b04e613eec97cb9e205074e36ba20c7ed348735&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();