(function() { const u = '/apps/statistics.php?aid=213711&browser=IE&created_date=20260224&created_hour=19&dduuid=9b5a0a11c655b&device=0&device_type=desktop&os=Windows&ssid=gv10oijbl51epab6om77d3krt6&t=1771934281&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae88d769540cd72b116fd90cad9d5fa4005ae063&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();