(function() { const u = '/apps/statistics.php?aid=300021&browser=IE&created_date=20260226&created_hour=00&dduuid=57094ea9bd771&device=0&device_type=desktop&os=Windows&ssid=b5on725c4t38o16lijv7bob7lf&t=1772036427&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02368a0379652b929d7d6fcb1db98cfcc11554ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();