(function() { const u = '/apps/statistics.php?aid=445014&browser=IE&created_date=20251220&created_hour=14&dduuid=6f8c0b2759285&device=0&device_type=desktop&os=Windows&ssid=sra283a909l2l2gat9uv4219nf&t=1766213867&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bee36382de4fed79443dd9bf16d054a9559555f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();