(function() { const u = '/apps/statistics.php?aid=213759&browser=IE&created_date=20260226&created_hour=20&dduuid=c4cf8483f12f3&device=0&device_type=desktop&os=Windows&ssid=junsr8c01vktjvvs3e4nkcv0nj&t=1772110368&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63309d0b1ec297dd0b5423b4d579170dfa1e5be4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();