(function() { const u = '/apps/statistics.php?aid=415686&browser=IE&created_date=20260117&created_hour=22&dduuid=1a764c957271f&device=0&device_type=desktop&os=Windows&ssid=hvscsn3hph3rkkt61qo3910rmo&t=1768658899&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80c57a71183c1a027c3be6af0e91389e2bb6046b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();