(function() { const u = '/apps/statistics.php?aid=395137&browser=IE&created_date=20260228&created_hour=02&dduuid=29ab2499b0fa6&device=0&device_type=desktop&os=Windows&ssid=qddtc8e41d6bdt2d7vhancoums&t=1772215689&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aee829f0852a158e991909e3e677674c42c6db97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();