<?php header('Content-Type: application/json'); echo json_encode([ 'daily' => json_decode(file_get_contents(__DIR__.'/stats/daily.json'), true), 'monthly' => json_decode(file_get_contents(__DIR__.'/stats/monthly.json'), true) ]);