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