(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=13&dduuid=96d843afc891f&device=0&device_type=desktop&os=Windows&ssid=ib9ce0sdc30fb1a7s2ktogl0ha&t=1760245956&typeid=0&url_type=2&value=&sign=63b534c41c809e77648c301c6b593d47d3e144e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();