The description of the title may not be clear. Or Yii2 solve this problem is not the idea. The specific needs are like this - Other sites need to reference a page of this site developed by Yii. This page needs to output the standard js. The output code example is as follows -
document.write('<a href="https://test.com/counter.php">test string</a>');
Other sites are quoted in the following ways -
<script type="text/javascript" src="https://test.com/counter.php"></script>