(function() { const u = '/apps/statistics.php?aid=213699&browser=IE&created_date=20260228&created_hour=00&dduuid=27cb97bafc543&device=0&device_type=desktop&os=Windows&ssid=c7a76q95okju6ocgc2b4lftdnm&t=1772209700&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44648cd44794c3ee5cbc36abf9241316ddc9a7f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();