(function() { const u = '/apps/statistics.php?aid=404842&browser=IE&created_date=20260316&created_hour=07&dduuid=8f641259ac41b&device=0&device_type=desktop&os=Windows&ssid=kj37d9qfchi0gq6aqej76066vo&t=1773618431&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8da9eb1d045a2872924ae1993aa5cc950447427&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();