(function() { const u = '/apps/statistics.php?aid=389712&browser=IE&created_date=20260310&created_hour=20&dduuid=6d2c2823836c6&device=0&device_type=desktop&os=Windows&ssid=5hio36g7m99n2gdcnqgp5mu55g&t=1773146744&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7f05a785279efdc818bbcf9c036c0c52ef88728&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();