(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251101&created_hour=14&dduuid=335d27cea5ad9&device=0&device_type=desktop&os=Windows&ssid=0k6vvjufc3hvn8as8193bq1i1u&t=1761979971&typeid=0&url_type=2&value=&sign=1d8b3eb9cefc5e8c3dbf77950e2c714ace43b04f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();