(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=05&dduuid=1dd5a5fc6bb6e&device=0&device_type=desktop&os=Windows&ssid=04h7r6vrktoqv9m3jej2mskupg&t=1757885920&typeid=0&url_type=2&value=&sign=d68da46921b5e424a6dc712e79f135b73678054d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();