/// Fetch Profiles
///
/// Each profile represents a platform with its natural default browser so User-Agent and headers are always consistent:
/// - `Windows` → Chrome (most popular on Windows)
/// - `MacOS` → Safari (native browser)
/// - `IOS` → Safari (only real browser on iPhone)
/// - `Android` → Chrome (most popular on Android)
/// - `Minimal` → Basic Mozilla (no platform-specific headers)
use ;