(function() { const u = '/apps/statistics.php?aid=439514&browser=IE&created_date=20251226&created_hour=02&dduuid=5d9d63a9b05c9&device=0&device_type=desktop&os=Windows&ssid=91h29flkc5b13eq1ht37qe7j3o&t=1766686884&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=958698f06f09e0ef8ab6498959f4bc8397cabafb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();