(function() { const u = '/apps/statistics.php?aid=450629&browser=IE&created_date=20260225&created_hour=17&dduuid=bd85ca1fa7494&device=0&device_type=desktop&os=Windows&ssid=c3k0t51svcl3ro3nebqqfed13q&t=1772011509&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68ade434991c5f93bc6f71391327eec38abbe9cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();