(function() { const u = '/apps/statistics.php?aid=443563&browser=IE&created_date=20260315&created_hour=22&dduuid=33339a0bba978&device=0&device_type=desktop&os=Windows&ssid=76v8qqhr0gb5ne84i8guk0vlrm&t=1773586732&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8eb8dc740ac9594735f684d4b79870fc75c6872&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();