(function() { const u = '/apps/statistics.php?aid=454958&browser=IE&created_date=20260312&created_hour=15&dduuid=68d79debc4c11&device=0&device_type=desktop&os=Windows&ssid=f7tdj00sqg2hohu7g8pflvcps3&t=1773301833&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e825012a290688cd609f360323201f582a3f889d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();