(function() { const u = '/apps/statistics.php?aid=453948&browser=IE&created_date=20260311&created_hour=22&dduuid=451def33ea3f3&device=0&device_type=desktop&os=Windows&ssid=ohq84so6bcptfqrn6fev7e66r0&t=1773238099&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8edfd1500ce6a4c04328b8dc93ce961951f7e014&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();