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