The issue was resolved independently!
If you want to see the view counter line. Add the code anywhere - oc-content/themes/sigma/item.php
<p class="view_number">
<?php _e('Viewed', 'sigma'); ?>:
<strong><?php echo ItemStats::newInstance()->getViews(osc_item_id()); ?></strong>
</p>