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