(function() { const u = '/apps/statistics.php?aid=455019&browser=IE&created_date=20260312&created_hour=10&dduuid=21e55c1567144&device=0&device_type=desktop&os=Windows&ssid=f5cvi3bor4tlll1j36i832ml61&t=1773282378&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f855d0537353268dfa032953024676d17461bef4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();