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