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