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