(function() { const u = '/apps/statistics.php?aid=445150&browser=IE&created_date=20251221&created_hour=19&dduuid=d0a803783f0f3&device=0&device_type=desktop&os=Windows&ssid=t8f59du9qb1oeahbrob197f4c6&t=1766317799&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f08d96bf2741c37715e205f1835d30eb4e74fa2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();