(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=10&dduuid=68350d6e2cb98&device=0&device_type=desktop&os=Windows&ssid=s14funr9gofr3drve1sh5jhse5&t=1757989863&typeid=0&url_type=2&value=&sign=94fb09d4307c293ed6b2177e2967a805c8fc76d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();