(function() { const u = '/apps/statistics.php?aid=28&browser=IE&created_date=20260323&created_hour=10&dduuid=497be923539a2&device=0&device_type=desktop&os=Windows&ssid=fan047isf59ua0cngou2ifkthd&t=1774232581&typeid=6&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07419e6226f797105de25bd1dca33464cfa6e477&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();