(function() { const u = '/apps/statistics.php?aid=444351&browser=IE&created_date=20251217&created_hour=07&dduuid=ca55fbc81cd9f&device=0&device_type=desktop&os=Windows&ssid=h7dild65mllbe9bmhgorj3uus7&t=1765926240&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ac747ce26e558e860823119df06c12b90f024d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();