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