(function() { const u = '/apps/statistics.php?aid=141326&browser=IE&created_date=20260308&created_hour=12&dduuid=993ae08643380&device=0&device_type=desktop&os=Windows&ssid=u1ehpai15p1as7eopf3nas7msv&t=1772943080&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dcfd8aa18fd70fa5f5849a918e99fd8dccd251f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();