(function() { const u = '/apps/statistics.php?aid=210067&browser=IE&created_date=20251225&created_hour=00&dduuid=6d023df8c7d16&device=0&device_type=desktop&os=Windows&ssid=cjqiq2f8g63qpn1q83nm2874dn&t=1766592776&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a0df8ce70689c3e28b8b427848efa30f55a7822&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();