(function() { const u = '/apps/statistics.php?aid=422653&browser=IE&created_date=20260113&created_hour=17&dduuid=8fddeb22cc253&device=0&device_type=desktop&os=Windows&ssid=vd6sf840chphn8ribcgea40gu4&t=1768298321&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=982768098144597982d1e315a98c8edb31cea315&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();