(function() { const u = '/apps/statistics.php?aid=452522&browser=IE&created_date=20260224&created_hour=20&dduuid=56f171452080d&device=0&device_type=desktop&os=Windows&ssid=15dl5t9o7fj7s14qc4d9feu1m5&t=1771935367&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=075a798c6bcde115a32c028e836a98e851e10514&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();