(function() { const u = '/apps/statistics.php?aid=446145&browser=IE&created_date=20260227&created_hour=11&dduuid=917836daa3827&device=0&device_type=desktop&os=Windows&ssid=oqgc73810t3l4fubv22duq8p88&t=1772163139&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77cb02715cbabed31d71e636e99bb3582b94c422&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();