Avoid document.write() #
Remove all uses of document.write() in your code. If it's being used to inject third-party scripts, try using asynchronous loading instead.
If third-party code is using document.write(), ask the provider to support asynchronous loading.

Hi 王珺,
As far as I know, only the Legacy Chat widget uses document.write() – If you switch to the integrated chat Web Widget experience this doesn’t use document.write anymore. See our product manager Daniel Anon's comments here: comment on document.write()