(function() { const u = '/apps/statistics.php?aid=207194&browser=IE&created_date=20260226&created_hour=10&dduuid=d263535ff810b&device=0&device_type=desktop&os=Windows&ssid=9pnd30rlhv7n9hmgpu1q3l53o2&t=1772073958&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ac3c2fdcef6ff1bd8eec3818bceb7245e343049&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();