(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251028&created_hour=10&dduuid=fb0f1e05e7d5a&device=0&device_type=desktop&os=Windows&ssid=0736aggf4brun7jsft2cq5bq77&t=1761619602&typeid=0&url_type=2&value=&sign=21ebf4cb01d941a5a9fe8c11fb04358db94761fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();