(function() { const u = '/apps/statistics.php?aid=405440&browser=IE&created_date=20260225&created_hour=12&dduuid=66816c5827467&device=0&device_type=desktop&os=Windows&ssid=mm6if71ph3hskvrrm3g9t7fq4v&t=1771992430&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=862546ed5f2f966ab01fb8a785349aeefcdc0158&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();