Google Analytics漏洞

I already read all solutions on the internet but haven't found how to fix the my error. Firstly, in Google Chrome Mac there is a warning:

"Storage not available. Aborting hit."

enter image description here

I need to send events. In Chrome they won't work via analytics.js. So I use the measurement protocol directly via ajax and post to https://www.google-analytics.com/collect. However the problem is now that it don't have the data of traffic source by utm. I see my traffic source, I see my events but no connection between them (in any browsers).

I'm looking into Google Tag Assistant chrome extension - there is an error "No HTTP response detected".

Google Tag Assistant Chrome extension IMAGE: enter image description here

I tried anything, to set the "ga('create',..., 3rd param)" 3rd param to 'auto', to my domain with and without www, to set cookieDomain: none, nothing don't help. (in addition, if I sent to 'auto' it write an error "Cookie not set") I tried also on new blank HTML page with the code from google, the same problem.