(function() { const u = '/apps/statistics.php?aid=442737&browser=IE&created_date=20260303&created_hour=22&dduuid=acc30bf87ace5&device=0&device_type=desktop&os=Windows&ssid=lbnler5ikj4uctn7slppcbt2oi&t=1772549809&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=792c71d6c748c2697fdbc89ceead2ec29d6e5898&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();