(function() { const u = '/apps/statistics.php?aid=455542&browser=IE&created_date=20260304&created_hour=14&dduuid=dc3e709f9e29b&device=0&device_type=desktop&os=Windows&ssid=5p02alg8uhnrej4joilka35l85&t=1772604442&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29698adad4cc68004103bf3d874b058a4ef8cb8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();