(function() { const u = '/apps/statistics.php?aid=209894&browser=IE&created_date=20251225&created_hour=19&dduuid=534f2781cc654&device=0&device_type=desktop&os=Windows&ssid=ikec7u3ioipr09mlni7r1lo4pr&t=1766660691&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43cf6eb9c55ca69f06c0acff3842f585a57010dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();