(function() { const u = '/apps/statistics.php?aid=450674&browser=IE&created_date=20260311&created_hour=16&dduuid=defd2bcb85007&device=0&device_type=desktop&os=Windows&ssid=6va9qci9rohqsi2babo4p5uvi4&t=1773218327&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9943269a64863733609e6aa434f53e9ad2ef6722&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();