(function() { const u = '/apps/statistics.php?aid=422356&browser=IE&created_date=20260131&created_hour=14&dduuid=2a32bd4309e5d&device=0&device_type=desktop&os=Windows&ssid=84q4mdf371vaptioaltl3ir20p&t=1769841113&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c33c6f612137f0cac57c1d54e283e68ec343cae4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();