(function() { const u = '/apps/statistics.php?aid=450196&browser=IE&created_date=20260225&created_hour=18&dduuid=8aad60886d54f&device=0&device_type=desktop&os=Windows&ssid=04cm5s3ho2dp1pghva4mr6ovsj&t=1772015657&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c125a2f3264de1e779813cd6baac1aa0bbad7fb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();