(function() { const u = '/apps/statistics.php?aid=431569&browser=IE&created_date=20260115&created_hour=23&dduuid=e15eea795fa6e&device=0&device_type=desktop&os=Windows&ssid=ueq3lm30ac5gaddqot58kag27g&t=1768490117&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23e60c160f56f48ed77f6c649fde28befab2cc6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();