(function() { const u = '/apps/statistics.php?aid=443887&browser=IE&created_date=20260223&created_hour=09&dduuid=338a4b04eb7c5&device=0&device_type=desktop&os=Windows&ssid=7feu2gj61fv4t4pcoqdbknvurl&t=1771808975&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=961267c46e8f2a6e34bd4a21274387308e7f898f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();