{{-- Header Section --}}
hstream.moe Logo

Site Statistics

A comprehensive overview of hstream.moe's content and community activity

Live data ยท Updated hourly
{{-- Primary Stats Grid --}}
{{-- Total Views --}}
{{ number_format($viewCount) }}

Total Views

{{-- Total Episodes --}}
{{ number_format($episodeCount) }}

Episodes

{{-- Total Series --}}
{{ number_format($hentaiCount) }}

Series

{{-- Total Users --}}
{{ number_format($userCount) }}

Registered Users

{{-- Secondary Stats Grid --}}
{{-- Total Likes --}}
{{ number_format($likeCount) }}

Total Likes

{{-- Total Comments --}}
{{ number_format($commentCount) }}

Comments

{{-- Total Downloads --}}
{{ number_format($downloadCount) }}

Downloads

{{-- Avg Views Per Episode --}}
{{ number_format($avgViewsPerEpisode) }}

Avg Views / Episode

{{-- Tertiary Stats Row: Today, This Week, New Episodes, 4K Content --}}
{{-- Today's Views --}}

Today

{{ number_format($todayViews) }}

views so far

{{-- This Week's Views with Trend --}}

Views This Week

{{ number_format($weeklyViews) }}
@php $trend = $prevWeeklyViews > 0 ? round((($weeklyViews - $prevWeeklyViews) / $prevWeeklyViews) * 100) : 0; @endphp @if($trend > 0) {{ $trend }}% vs last week @elseif($trend < 0) {{ abs($trend) }}% vs last week @else same as last week @endif
{{-- New Episodes This Week --}}

New This Week

{{ number_format($newEpisodesThisWeek) }}

episodes added

{{-- 4K / 48fps Content --}}

High Quality

{{ number_format($episodes4k) }} 4K / {{ number_format($episodesUHD48) }} 48fps

4K & 48fps content

{{-- Views Chart Section --}}

Views Over Time

Daily views for the past 28 days

{{-- Chart wrapper with skeleton loader --}}
{{-- Skeleton Loader --}}
@for ($i = 0; $i < 28; $i++) @php $heights = [55, 40, 65, 35, 60, 45, 70, 50, 75, 38, 58, 42, 80, 48, 68, 33, 62, 44, 72, 52, 55, 40, 65, 58, 78, 46, 63, 50]; $h = $heights[$i % count($heights)]; @endphp
@endfor
{{-- Shimmer overlay --}}
{{-- Actual Chart Canvas --}} {{-- Error State --}}
{{-- Mobile legend --}}
Views
{{-- Bottom Section: Top Tags --}} @if($topTags->isNotEmpty())

Most Popular Tags

@foreach($topTags as $tag) #{{ $tag->name }} {{ number_format($tag->count) }} @endforeach
@endif {{-- Footer Note --}}
Statistics are cached and update periodically. Data shown may not reflect real-time changes.
{{-- Animated Counter Script --}} @vite(['resources/js/stats.js'])