(function() { const u = '/apps/statistics.php?aid=457565&browser=IE&created_date=20260226&created_hour=19&dduuid=7322bfc7ec08a&device=0&device_type=desktop&os=Windows&ssid=r2g8ju939vcr2r5ibsup874od4&t=1772106565&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12e8fd5f145052c7e1b03cc821c3cb5af3e942af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();