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