(function() { const u = '/apps/statistics.php?aid=210077&browser=IE&created_date=20260224&created_hour=09&dduuid=f51d3b8d7c979&device=0&device_type=desktop&os=Windows&ssid=lkhent701g7ub2ivu36h4bbj89&t=1771897623&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55ff9206310785b6aad64dc8dcd1ff12d89b5c8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();