Enable usage statistics plugin on OJS 3.3.0-10

Can i do?, momentarily, to edit

UsageStatsPlugin.inc.php

        function getCanEnable() {
                return !((bool) Application::get()->getRequest()->getContext());
        }

by

        function getCanEnable() {
                #return !((bool) Application::get()->getRequest()->getContext());
                return 1;
        }

And then can i enable the plugin?