(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=10&dduuid=083da55556db2&device=0&device_type=desktop&os=Windows&ssid=fo94ldb2lo7vvptdg72aobsk7o&t=1757990981&typeid=0&url_type=2&value=&sign=769879a9524277d3a6226bd61566b64eda89cb04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();