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