(function() { const u = '/apps/statistics.php?aid=424719&browser=IE&created_date=20260312&created_hour=08&dduuid=a66295c582908&device=0&device_type=desktop&os=Windows&ssid=0ui44j89741pdoia1blrbb99oh&t=1773276637&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a845cd617f62ae51a690df39fc0f264264b271e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();