(function() { const u = '/apps/statistics.php?aid=446897&browser=IE&created_date=20260308&created_hour=11&dduuid=39d3c2928ce47&device=0&device_type=desktop&os=Windows&ssid=gr15u1f1lvghvhr50a2llp2e0c&t=1772941788&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dc712f4a9b771fff0136fd5afe20fb98dddd871&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();