(function() { const u = '/apps/statistics.php?aid=407747&browser=IE&created_date=20260312&created_hour=08&dduuid=02066b50dd94c&device=0&device_type=desktop&os=Windows&ssid=clp95amled1icnelkaq98c9u8f&t=1773275338&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9478061375026617b4c1cfb3987f716c487838b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();