(function() { const u = '/apps/statistics.php?aid=340261&browser=IE&created_date=20260226&created_hour=10&dduuid=78fc07b5364eb&device=0&device_type=desktop&os=Windows&ssid=n1o209o68bqo3omlnkas7avugm&t=1772071462&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d143940768511dc8e7a4bb00b91a2a852a6edaf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();