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