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