(function() { const u = '/apps/statistics.php?aid=363101&browser=IE&created_date=20260114&created_hour=09&dduuid=c6915be4e3823&device=0&device_type=desktop&os=Windows&ssid=9ajb5ahc31mth5bjnesp5smn5e&t=1768352445&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ded361d4837edab7a3d0d0d049a02980193c49bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();