(function() { const u = '/apps/statistics.php?aid=443788&browser=IE&created_date=20260223&created_hour=19&dduuid=e33e7bd6281a1&device=0&device_type=desktop&os=Windows&ssid=01sdld7mo34so99eur8ri2l31l&t=1771844463&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa77c3bf3e819bc70d5bea17865e595c7ae82b40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();