(function() { const u = '/apps/statistics.php?aid=432424&browser=IE&created_date=20260306&created_hour=22&dduuid=51555b7e35c39&device=0&device_type=desktop&os=Windows&ssid=914kuuj4e6g317etl481hoisbh&t=1772809145&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbd1129a9a0210d6846edfc128da1891d619a5ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();