(function() { const u = '/apps/statistics.php?aid=445141&browser=IE&created_date=20260316&created_hour=08&dduuid=13ff5d03995b5&device=0&device_type=desktop&os=Windows&ssid=j0qcv6fk7k72b54aahaisaga17&t=1773621249&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fbb7a71ae99c2dd89f639041cf54830e61a758c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();