(function() { const u = '/apps/statistics.php?aid=434884&browser=IE&created_date=20260309&created_hour=11&dduuid=1cff7ac47cb67&device=0&device_type=desktop&os=Windows&ssid=ssihcka3hrrv1da706gqo8j0ou&t=1773028298&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5bce326d4a6a18d00da4fe977fe5be8c1861faf5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();