(function() { const u = '/apps/statistics.php?aid=291754&browser=IE&created_date=20260223&created_hour=16&dduuid=60ff4fe6f20a9&device=0&device_type=desktop&os=Windows&ssid=05qmguj4tn1sq4aqg5pokk3pek&t=1771834271&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8532e49b1f9c3e588b612d2cd3746fc2ab9b5e99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();