(function() { const u = '/apps/statistics.php?aid=403286&browser=IE&created_date=20260225&created_hour=20&dduuid=9eb27f55626c9&device=0&device_type=desktop&os=Windows&ssid=c1df4fq0jhsmhbmbpjhg7mv2eh&t=1772020935&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76b37e41e0d54422b623268605568da8e2a0970f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();