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