(function() { const u = '/apps/statistics.php?aid=443063&browser=IE&created_date=20260305&created_hour=23&dduuid=c4909be17c489&device=0&device_type=desktop&os=Windows&ssid=6bru8cghb4i35720cvarsefk3q&t=1772725065&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c6d98f098bae8e83107bc57f2e52bd4d5dbed9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();