(function() { const u = '/apps/statistics.php?aid=47108&browser=IE&created_date=20260311&created_hour=05&dduuid=63c84ce9cebc2&device=0&device_type=desktop&os=Windows&ssid=hf6ecbtmk947d8hro5n8ibhnba&t=1773177735&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3569569edf578e372b91981b2505cd477dfbfb20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();