(function() { const u = '/apps/statistics.php?aid=402462&browser=IE&created_date=20260126&created_hour=22&dduuid=9777fee385e62&device=0&device_type=desktop&os=Windows&ssid=nocuksmd7fqp0ggcoh35jk73ul&t=1769436183&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcb0a91b2ffebcfcf9fe7c091ebd78c6239570b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();