(function() { const u = '/apps/statistics.php?aid=294909&browser=IE&created_date=20260223&created_hour=13&dduuid=085eb8269859d&device=0&device_type=desktop&os=Windows&ssid=ck6jrdp3albljcj0tqllto901r&t=1771823471&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f1aa90c0e7e263cf70f78bd4995fdb292b93974&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();