(function() { const u = '/apps/statistics.php?aid=454806&browser=IE&created_date=20260305&created_hour=00&dduuid=21c236ee2192e&device=0&device_type=desktop&os=Windows&ssid=h5bj4d5ifhogu3de3s36mp4mbv&t=1772642919&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef3a46fa4b24d519bc7c474c6a0ab545dd89fa75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();