(function() { const u = '/apps/statistics.php?aid=210059&browser=IE&created_date=20260224&created_hour=11&dduuid=6acf215693317&device=0&device_type=desktop&os=Windows&ssid=afctot5spuqe61mul6ltv2p36u&t=1771903639&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72ac0661464f689a5e2a455221cd93395b2a1a32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();