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