(function() { const u = '/apps/statistics.php?aid=84113&browser=IE&created_date=20260310&created_hour=09&dduuid=ba405ec5de31e&device=0&device_type=desktop&os=Windows&ssid=oat2rhn1g9bjs5p7guen33vpmr&t=1773104862&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11da08d661757cf6ae52c5d6c59e7fea6bde1872&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();