(function() { const u = '/apps/statistics.php?aid=113152&browser=IE&created_date=20260310&created_hour=09&dduuid=ac61e873ff51e&device=0&device_type=desktop&os=Windows&ssid=044q91tip44m6ghs5k6fb2pr79&t=1773104783&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2439e05f07e9ef9f23373173ff789487411514ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();