(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=19&dduuid=342fdd35719c6&device=0&device_type=desktop&os=Windows&ssid=66ln2sp4u9vuiuchrmd7dgl4ci&t=1761045475&typeid=0&url_type=2&value=&sign=5f1b2bceaf674b1f848920840cd35d03a0841c7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();