(function() { const u = '/apps/statistics.php?aid=428750&browser=IE&created_date=20251218&created_hour=17&dduuid=940facdf77772&device=0&device_type=desktop&os=Windows&ssid=86k70ikv1qk6h9l79o0edld7ut&t=1766049089&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c6f942707f7beaf7a7755353ea246aae7b78b69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();