(function() { const u = '/apps/statistics.php?aid=414530&browser=IE&created_date=20260118&created_hour=08&dduuid=956d886d458b0&device=0&device_type=desktop&os=Windows&ssid=3n150v0n1rb7v3jb76id31uofn&t=1768697683&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d90fc31bc6ef4392e0cf4d60bb333c02bf1b68eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();