Customer Events Not released Until user accepts the cookie

HI Team,

Hope you’re doing well!

I have added simple code in the customer event sections. It’s just console.log(“test”)

This code itself not released until user accepts the cookie banner. Is there a way to release the customer event code irresptive of the user accepts the cookie banner or not.

code: https://prnt.sc/UfxarKhl8OFE
When user not accepting the cookies: https://prnt.sc/H2vPYZWNVD1p
console is executed when user accepts the cookie: https://prnt.sc/jprHy5afx3ou

so, customer event code is released by shopify when user accepts the banner only. I wanted to release the code irresptive of the user consent status. Is there any possibility for this?