(function() { const u = '/apps/statistics.php?aid=398458&browser=IE&created_date=20260304&created_hour=22&dduuid=96fd25fc5ac79&device=0&device_type=desktop&os=Windows&ssid=ap3kcbd1edaujj5t6usr4ro36p&t=1772633425&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de4283b8464f5e9691b183ba5336aeb31325c888&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();