(function() { const u = '/apps/statistics.php?aid=398195&browser=IE&created_date=20260228&created_hour=04&dduuid=0718d262a4ce7&device=0&device_type=desktop&os=Windows&ssid=jq15hiouqk0sebjqd0mkbvsm01&t=1772225835&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e6ecd57b0de4e1ff2fc4aa07be1fbdd0600754b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();