(function() { const u = '/apps/statistics.php?aid=402132&browser=IE&created_date=20260316&created_hour=08&dduuid=3d164d7d66c75&device=0&device_type=desktop&os=Windows&ssid=7imu4vtrsosj026akqm8p4q7h2&t=1773619340&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1353547851a2a7b520a462b4ea63d09f474e66fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();