Zend certified PHP/Magento developer

How to force reviews to appear on page load? trigger processReviews

I’m trying to make customer reviews appear on the PDP page without clicking on the reviews button. On reviews tab click, ajax request is being sent to the server and I want to send this request on page load, however I could not find the file where the click event is written. Any kind of help would appreciated

This is the js file: vendor/magento/module-review/view/frontend/web/js/process-reviews.js

This is the reviews tab, clicking on it triggers ajax request send and I want to do it on page load

($(document).ready(function ($) {}) - using jQuery for example)