(function() { const u = '/apps/statistics.php?aid=460520&browser=IE&created_date=20260309&created_hour=13&dduuid=c32c9b0571989&device=0&device_type=desktop&os=Windows&ssid=qi3as6gbefm06d5krnh25458jj&t=1773035097&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4a19550b1f3738c2f82eff3ca3c24e93cbb4f39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();