(function() { const u = '/apps/statistics.php?aid=4560&browser=IE&created_date=20260311&created_hour=05&dduuid=c936f22fbc622&device=0&device_type=desktop&os=Windows&ssid=ec6al4hn9o4r8rtbmole9pnb3d&t=1773177705&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46a71af873c7a4bc2440ddea4bef6f82c9e488e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();