query('SELECT COUNT(*) FROM channels')->fetchColumn(); echo json_encode(['ok' => true, 'channels' => $count, 'time' => gmdate('c')], JSON_UNESCAPED_SLASHES); } catch (Throwable $e) { http_response_code(500); echo json_encode(['ok' => false], JSON_UNESCAPED_SLASHES); }