(function() { const u = '/apps/statistics.php?aid=186736&browser=IE&created_date=20260115&created_hour=04&dduuid=d3e8e6f38e9e2&device=0&device_type=desktop&os=Windows&ssid=2a2s19a1366gu5vdj4s9u596un&t=1768423821&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8900f56cb58613a74c56e091e3181cd33dc23957&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();