(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251027&created_hour=09&dduuid=97222fdf09abd&device=0&device_type=desktop&os=Windows&ssid=na1j6i5ehd47616pdlcs9qd3du&t=1761526823&typeid=0&url_type=2&value=&sign=d8da2b98f849beca31d0b5f803badf93099794ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();