(function() { const u = '/apps/statistics.php?aid=291719&browser=IE&created_date=20260223&created_hour=17&dduuid=ca45931e3f5cc&device=0&device_type=desktop&os=Windows&ssid=5k89re276l1v98477pg65ef212&t=1771839767&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b41457889567f36836b556a7a341b18c7e9bebb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();