(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251111&created_hour=08&dduuid=280716b61a326&device=0&device_type=desktop&os=Windows&ssid=cs45cqnhv6h4k25clrrbo2er1g&t=1762819870&typeid=0&url_type=2&value=&sign=d4fcef43ed607a32c7fb187e8d0224919951c90d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();