(function() { const u = '/apps/statistics.php?aid=452871&browser=IE&created_date=20260310&created_hour=20&dduuid=f597ef3944c7c&device=0&device_type=desktop&os=Windows&ssid=gs9htvdup83pjfl2m92tm9glfm&t=1773147150&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45505d19018785dbf0ef67d45ad849f9f3bb4b65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();