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