(function() { const u = '/apps/statistics.php?aid=397531&browser=IE&created_date=20260130&created_hour=12&dduuid=f3c5544e0de54&device=0&device_type=desktop&os=Windows&ssid=om73opr8va9gf7vdouv6m00a8j&t=1769748302&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d72b0c4f9c58992b7f310432e27549046f0e8c6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();