(function() { const u = '/apps/statistics.php?aid=454623&browser=IE&created_date=20260311&created_hour=08&dduuid=f775fb1401b18&device=0&device_type=desktop&os=Windows&ssid=nd49g9dhc055e1c6fv1krluvol&t=1773187399&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=724bdcb3eba9746891d825b47da162518249430c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();