(function() { const u = '/apps/statistics.php?aid=451736&browser=IE&created_date=20260225&created_hour=14&dduuid=ae2432885b267&device=0&device_type=desktop&os=Windows&ssid=8vcp5p4q6tmtuhq80qn740lsa2&t=1772001293&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0becae85e9f5b5b94e3f98dbe541065f59d31037&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();