(function() { const u = '/apps/statistics.php?aid=402688&browser=IE&created_date=20260310&created_hour=23&dduuid=211a601544a66&device=0&device_type=desktop&os=Windows&ssid=tct6066j081ssjnb5pff7jjncr&t=1773156196&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=112e648690bdfa531148e07e73d20a9441dd1f7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();