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