Why is _mtm.push() triggering css file downloads?

Hi,
I am seeing css file downloads in the browser dev console after sending an event to the matomo tag manager like this:

 _mtm.push({
                event: "event",
                customValue : "value"
            });

Here is a screenshot of those requests:

Anyone got an idea why this is happening?