(function() { const u = '/apps/statistics.php?aid=424516&browser=IE&created_date=20260113&created_hour=16&dduuid=f18895e7294fa&device=0&device_type=desktop&os=Windows&ssid=phcgfkns0nqam51jmin42igpbr&t=1768291218&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0792fca7aa67e48f2da01006b682d12f05983731&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();