(function() { const u = '/apps/statistics.php?aid=441163&browser=IE&created_date=20260304&created_hour=00&dduuid=fe4652756e20c&device=0&device_type=desktop&os=Windows&ssid=6qjkeptriic9gif0gtc58vrvbm&t=1772555282&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e800b66dc75d349c7b05426271df4dbb3f35dafd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();