(function() { const u = '/apps/statistics.php?aid=454455&browser=IE&created_date=20260307&created_hour=21&dduuid=f925605d311f4&device=0&device_type=desktop&os=Windows&ssid=6i79mtrrdjhbnp9s1pouki6kus&t=1772888963&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab4d3101482b7043738946f0e6fb62f233f2d095&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();