(function() { const u = '/apps/statistics.php?aid=357069&browser=IE&created_date=20251221&created_hour=23&dduuid=96522a55bc707&device=0&device_type=desktop&os=Windows&ssid=c7etcpjtmfo2d9qb6ioabrtsq8&t=1766329981&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ac06ce1e64efe50af840ee3b83268d90e45b528&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();