(function() { const u = '/apps/statistics.php?aid=104518&browser=IE&created_date=20260227&created_hour=10&dduuid=a096c792fb358&device=0&device_type=desktop&os=Windows&ssid=cjqashfv4bf2d7e6h4rj4jlrpn&t=1772158520&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=081a821f3214b6e2f3a16226e9851964be50e333&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();