(function() { const u = '/apps/statistics.php?aid=324792&browser=IE&created_date=20260115&created_hour=08&dduuid=771a6d0fd08fc&device=0&device_type=desktop&os=Windows&ssid=p9po3r3b6db8fhfejmmbfr4qd8&t=1768437614&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8ae049f622c45df8a2ea10c6d3cd885432d1dab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();