(function() { const u = '/apps/statistics.php?aid=448130&browser=IE&created_date=20260304&created_hour=15&dduuid=7981e012cea86&device=0&device_type=desktop&os=Windows&ssid=s8rr4g7h47gon08a2rnl0o8ruv&t=1772609352&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2e1a9a049e2b8bd7c67f3dab7d7fb6afe6af0a09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();