(function() { const u = '/apps/statistics.php?aid=360194&browser=IE&created_date=20260225&created_hour=05&dduuid=da9bafb07d41a&device=0&device_type=desktop&os=Windows&ssid=pr05eqtgodk9po0i5obirnimfh&t=1771969776&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6f5a2cb83a460d619e185c42f9bc31d93ddf671&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();