(function() { const u = '/apps/statistics.php?aid=455598&browser=IE&created_date=20260312&created_hour=13&dduuid=bc42a88913041&device=0&device_type=desktop&os=Windows&ssid=j1l3ru1u5a6fc35u42dgfr9ngk&t=1773294297&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4318c2933d2e59045248227314f9d6e9634554c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();