(function() { const u = '/apps/statistics.php?aid=426710&browser=IE&created_date=20260310&created_hour=07&dduuid=c61e0acbeac93&device=0&device_type=desktop&os=Windows&ssid=ctc929ap3mt6che9rnrfbptc1j&t=1773099429&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60698580274a8e62e556e029008816170945bdb2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();