(function() { const u = '/apps/statistics.php?aid=143930&browser=IE&created_date=20260310&created_hour=14&dduuid=c65c85e351d0f&device=0&device_type=desktop&os=Windows&ssid=cea5511nhsnub8ih625oef007n&t=1773123978&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d7b5d8451af0b79e687e36aef2f8fec07c21b8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();