(function() { const u = '/apps/statistics.php?aid=442335&browser=IE&created_date=20260224&created_hour=02&dduuid=218854c4ca0a0&device=0&device_type=desktop&os=Windows&ssid=6souj5nqd5dflvbe5h671b8ia5&t=1771871493&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c84cdeebe54d57d18d67f571c8b812f8fded6d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();