(function() { const u = '/apps/statistics.php?aid=451378&browser=IE&created_date=20260225&created_hour=06&dduuid=5ae45c6aebe30&device=0&device_type=desktop&os=Windows&ssid=8vossnqf5f8320mfl9ek8dtl0n&t=1771970585&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c71e0747fb8806377550f3dc453f8f76cbe1651b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();