(function() { const u = '/apps/statistics.php?aid=141276&browser=IE&created_date=20260310&created_hour=10&dduuid=5511b076a2798&device=0&device_type=desktop&os=Windows&ssid=dn301erli0ng7qlpcf92suolmk&t=1773110706&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0fc16ff1688ed21a5e3331c8a212fde8ffc163d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();