(function() { const u = '/apps/statistics.php?aid=174&browser=IE&created_date=20260310&created_hour=02&dduuid=f009b0c85374a&device=0&device_type=desktop&os=Windows&ssid=feo7g8fmig094s25cqstk356ke&t=1773079672&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e37c7ea7f9cf0b7bb72f051ed1f819e1b20ae691&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();