(function() { const u = '/apps/statistics.php?aid=444186&browser=IE&created_date=20260315&created_hour=20&dduuid=30c8548e476d9&device=0&device_type=desktop&os=Windows&ssid=t4gfa2c47br8esrm7r76dv4dbl&t=1773578904&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5b6f8ec2ab5784c293c8dc30e5f2c080eb1ab57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();