(function() { const u = '/apps/statistics.php?aid=383&browser=IE&created_date=20260305&created_hour=13&dduuid=1ddfd4580b81c&device=0&device_type=desktop&os=Windows&ssid=mvq3e1062c2hsvjejtp40brsq4&t=1772689843&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1352b486cc4fbf4e9c374a5adaf159582dd6d02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();