(function() { const u = '/apps/statistics.php?aid=210243&browser=IE&created_date=20260223&created_hour=21&dduuid=4eaa42bc72803&device=0&device_type=desktop&os=Windows&ssid=mub364uaosq67s9f1ads67rsli&t=1771854650&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d2be1f481067950baf486241cf01f4cbb67f354&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();