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