(function() { const u = '/apps/statistics.php?aid=399944&browser=IE&created_date=20260311&created_hour=02&dduuid=3f2f61daf26c8&device=0&device_type=desktop&os=Windows&ssid=0k48n0fuvnvbsue010k3c1dqgq&t=1773166823&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d16e04ca76794b30c39a2128669c1add25feb83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();