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