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