(function() { const u = '/apps/statistics.php?aid=357808&browser=IE&created_date=20260311&created_hour=17&dduuid=ca681ddd07320&device=0&device_type=desktop&os=Windows&ssid=cr8udsf0k95s777gl2sb4rqfhm&t=1773219881&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10a82965d31be74402a332900d2a5b707e576ba3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();