(function() { const u = '/apps/statistics.php?aid=453402&browser=IE&created_date=20260224&created_hour=13&dduuid=3b0d8adf5251e&device=0&device_type=desktop&os=Windows&ssid=gtfg1oqdqg0i3jqbcpemtg8ru4&t=1771911597&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16f46d08722f7c2d6fb87c014e40407ab754ae57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();