(function() { const u = '/apps/statistics.php?aid=113235&browser=IE&created_date=20260227&created_hour=22&dduuid=2a5bf7c38e8fe&device=0&device_type=desktop&os=Windows&ssid=785obkhm1nudqin94ua6ciogoe&t=1772202960&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=095625171469beb6b0e8ae0dc4853e6e4ac896f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();