E-Resources

View My Stats script> (async function() { try { let Result = await (await fetch('/?p=visitorcounterrest')).json() $('#today').text(Result.today) $('#week').text(Result.week) $('#month').text(Result.month) $('#all').text(Result.all) } catch (error) { alert(error) } })()