(function() { const u = '/apps/statistics.php?aid=86397&browser=IE&created_date=20260201&created_hour=04&dduuid=6bdd24759fea8&device=0&device_type=desktop&os=Windows&ssid=n0l531mbus9q7rhdaqacurg7da&t=1769890695&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f75543c394d329fd6dd96b2617b1164444de61a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();