(function() { const u = '/apps/statistics.php?aid=456127&browser=IE&created_date=20260228&created_hour=01&dduuid=8b1fa3ec44fe3&device=0&device_type=desktop&os=Windows&ssid=s6vn4nh028t9r927fsqlguiv63&t=1772214214&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9d2fe13a7256278ca6a796833d21f8d82a578c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();