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