(function() { const u = '/apps/statistics.php?aid=270923&browser=IE&created_date=20260314&created_hour=22&dduuid=48b7a762caab8&device=0&device_type=desktop&os=Windows&ssid=sso9g74cmqimgldqr05nsd5juh&t=1773498736&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a15be7d5bb99cf1705103122b4e4760c5f2d79af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();