(function() { const u = '/apps/statistics.php?aid=452124&browser=IE&created_date=20260306&created_hour=03&dduuid=71d04a6aecbbc&device=0&device_type=desktop&os=Windows&ssid=844jjjmppb0cu33ch4pki59jdr&t=1772738362&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d4da26a888064bfa8892f9fad1f071bffcc2608&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();