(function() { const u = '/apps/statistics.php?aid=456021&browser=IE&created_date=20260310&created_hour=12&dduuid=9d6117cb897d9&device=0&device_type=desktop&os=Windows&ssid=66ll2l4oji9on8gbp1tin4kkc7&t=1773118153&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8d2fea23d2fdf7d3ad966cae5f0d2d1aef3c4ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();