(function() { const u = '/apps/statistics.php?aid=437774&browser=IE&created_date=20260316&created_hour=19&dduuid=3421c363cbbea&device=0&device_type=desktop&os=Windows&ssid=ndgeci8d50sbjrf4a0auljpgj4&t=1773659421&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18530db59f27553cdc65b284876cb77ea146c746&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();