(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=06&dduuid=1b2517377e1bc&device=0&device_type=desktop&os=Windows&ssid=08d088a6hclae8e25q10adqqat&t=1762036649&typeid=0&url_type=2&value=&sign=7027de4c50560b4beb191f0450c61a172f0ad60a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();