There is a problem passing parameters in the URL after enabling Cloud acceleration in uc browser.

Cloud acceleration is enabled by default in the mobile uc browser, but there is a problem when calling the php file with js and passing parameters. The parameters cannot be obtained using $_ GET or $_ REQUEST.
for example: load js in a file and call
< script src=" http://m.aaa.com/b.php?id=2" type="text/javascript" charset="utf-8" > < / script >
want to get the value of id=2 in the b.php file as a judgment, but you can never get the value in uc browsers, but you can get it in other browsers. Is there a way to solve this problem with php or js?

Mar.04,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b556-2adec.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b556-2adec.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?