(function() { const u = '/apps/statistics.php?aid=72311&browser=IE&created_date=20260310&created_hour=17&dduuid=606dcde7f1cfa&device=0&device_type=desktop&os=Windows&ssid=g57482vmeurctqr2e0peh0v93b&t=1773134916&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c86ef3f744f82bd507fe21c2236c5d7fc98dba9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();