(function() { const u = '/apps/statistics.php?aid=71013&browser=IE&created_date=20260117&created_hour=18&dduuid=135f1d35efcc0&device=0&device_type=desktop&os=Windows&ssid=17u7cnd2ri7gqnl0cm9pdd0mkt&t=1768644843&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f824564b63d0c58742fbd53b511c4c2b3dd79c24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();