(function() { const u = '/apps/statistics.php?aid=424475&browser=IE&created_date=20260311&created_hour=10&dduuid=9537c14392004&device=0&device_type=desktop&os=Windows&ssid=pb0rtc4lqn65k8gluqn6r0o0ba&t=1773195434&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a3ee293c0e41e1283ff786e13eef2eb7d73095e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();