(function() { const u = '/apps/statistics.php?aid=439575&browser=IE&created_date=20260304&created_hour=03&dduuid=e76315de69e2e&device=0&device_type=desktop&os=Windows&ssid=3o2agdi5otf3ot7k55p8qnm2e1&t=1772566201&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d2f0fa40df7b8ba58179fa94cf9993d0729387e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();