// Define a filter: I want to show only hits by people who where using Firefox, any version
$filters = array('browser' => ‘Firefox’, ‘browser-op’ => ‘contains’);?>
// Instantiate a new copy of that class
$wp_slimstat_view = new wp_slimstat_view($filters);?>
// Use the appropriate method to display your stats
count_records(‘1=1’, ‘*’, false);?>