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