(function() { const u = '/apps/statistics.php?aid=454060&browser=IE&created_date=20260311&created_hour=13&dduuid=0399a237504fe&device=0&device_type=desktop&os=Windows&ssid=fb0m7q9h5b1mar6ol1hmn0r9kt&t=1773206416&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=734936f3a67c18f898164e45cc0d2a8df6415720&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();