(function() { const u = '/apps/statistics.php?aid=403142&browser=IE&created_date=20260224&created_hour=03&dduuid=ddd9fac5693a9&device=0&device_type=desktop&os=Windows&ssid=es6440jbeblc4pmth75udr8mfc&t=1771876518&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0852da19475e96acb3bd82e87ccecf4ee995d960&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();