(function() { const u = '/apps/statistics.php?aid=210284&browser=IE&created_date=20260223&created_hour=22&dduuid=f11ce47538987&device=0&device_type=desktop&os=Windows&ssid=sll28cdk4ous7ugb0pqopuekfd&t=1771857666&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b12132f2189b349c244c4594656c0535a92eea7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();