(function() { const u = '/apps/statistics.php?aid=384&browser=IE&created_date=20260113&created_hour=12&dduuid=c883c814aa341&device=0&device_type=desktop&os=Windows&ssid=g3llrrqch4e9u6ct829uh0h3bj&t=1768280014&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83b109d079d9737388c7f09a6a8a72634a110b56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();