(function() { const u = '/apps/statistics.php?aid=431198&browser=IE&created_date=20260116&created_hour=12&dduuid=264324b17dce0&device=0&device_type=desktop&os=Windows&ssid=4rlu85af6utf07lkut8ha9uqkc&t=1768536427&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e25f023f76c423ee7520edf18fb6b2797140d179&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();