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