(function() { const u = '/apps/statistics.php?aid=424164&browser=IE&created_date=20260313&created_hour=05&dduuid=25d7ddb59c924&device=0&device_type=desktop&os=Windows&ssid=94hegtfh73bc3a9g3nag9c4bk2&t=1773352503&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=562ca686bdc3b2643935b1486fa8f31d1d43827a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();