(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=12&dduuid=4ee9038e40ac0&device=0&device_type=desktop&os=Windows&ssid=v2ctkn7tph7bj5ml8ok474g76o&t=1758169897&typeid=0&url_type=2&value=&sign=afdcaf653ccda669d9f2e16e6cd031af57e262bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();