(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=23&dduuid=2c5c197dd10f7&device=0&device_type=desktop&os=Windows&ssid=l6rtiqdbnqtdj9ot81a7iqpj9m&t=1758035421&typeid=0&url_type=2&value=&sign=9783a5a47445cda6ae49301bfa6ec756d5542811&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();