(function() { const u = '/apps/statistics.php?aid=453855&browser=IE&created_date=20260226&created_hour=14&dduuid=6a9b0be2de3aa&device=0&device_type=desktop&os=Windows&ssid=p67plsil2pjs0ga77drcgkahm4&t=1772085811&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91d67477d72ca450773b097484f2a4341ee35bbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();