(function() { const u = '/apps/statistics.php?aid=433556&browser=IE&created_date=20260224&created_hour=14&dduuid=c786cde31f251&device=0&device_type=desktop&os=Windows&ssid=dmg5f1u39om6mukdaeshn4gbe3&t=1771913786&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4d6a9d92f4484fe43997c619251f538153ca832&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();