(function() { const u = '/apps/statistics.php?aid=403287&browser=IE&created_date=20260307&created_hour=17&dduuid=7543f8d7a4462&device=0&device_type=desktop&os=Windows&ssid=c7ljm8i59r6vtik71el1rqrf8c&t=1772876545&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5360646c1fcff57e9a76d0aab8fb563fbdce556&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();