(function() { const u = '/apps/statistics.php?aid=21059&browser=IE&created_date=20260227&created_hour=18&dduuid=1a17ad264a7c0&device=0&device_type=desktop&os=Windows&ssid=fdv10vssces7emmeg8dpnvqli3&t=1772189681&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fc3ff99c1698770aedb21f8e82c54eedda5ebe8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();