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