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