(function() { const u = '/apps/statistics.php?aid=438378&browser=IE&created_date=20251129&created_hour=17&dduuid=b271d4ac50fb6&device=0&device_type=desktop&os=Windows&ssid=rrb9tmkf7josi4gt40hpkme7p7&t=1764409809&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67adf2989a7be0be82bddef96fde8740e97925a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();