(function() { const u = '/apps/statistics.php?aid=141162&browser=IE&created_date=20260317&created_hour=01&dduuid=cee8438367819&device=0&device_type=desktop&os=Windows&ssid=boqad6o6g0sqp9bt5i92cr7ea7&t=1773682196&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9aac99ae9043576dd02d4709dc9c2bb3262b439&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();