(function() { const u = '/apps/statistics.php?aid=213677&browser=IE&created_date=20260310&created_hour=03&dduuid=a14102f48d153&device=0&device_type=desktop&os=Windows&ssid=illilrd9pru5bqfa4p38cv6d8h&t=1773085588&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b68fcb206b1fc886b62f2e74a1fe34544f3b426e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();