(function() { const u = '/apps/statistics.php?aid=460405&browser=IE&created_date=20260308&created_hour=17&dduuid=6005f63820ec2&device=0&device_type=desktop&os=Windows&ssid=o9bj1c2r8l19lqln1bk29qqnpf&t=1772960526&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fca16a801670bb5d83bd2308ec230486f750558d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();