(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251028&created_hour=17&dduuid=9fea652d2d84d&device=0&device_type=desktop&os=Windows&ssid=e91bprniq9k86u2af640q068u0&t=1761642340&typeid=0&url_type=2&value=&sign=830f3de235b34c904379578bb62eac8703a4b07e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();