(function() { const u = '/apps/statistics.php?aid=11665&browser=IE&created_date=20260122&created_hour=11&dduuid=18b68135e801f&device=0&device_type=desktop&os=Windows&ssid=ue5rjlnmuqhg3llhf522rcn858&t=1769051367&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=492324bfd630d92dd0d0ce9a348658398cbbf9ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();