(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=19&dduuid=3e00285d0bf58&device=0&device_type=desktop&os=Windows&ssid=tcsuoe8d06lll55rqnaavrk2jf&t=1758107437&typeid=0&url_type=2&value=&sign=9d4d3c8a39e657404eb858f081d68c40b0162d99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();