(function() { const u = '/apps/statistics.php?aid=424215&browser=IE&created_date=20260311&created_hour=02&dduuid=894a1e6f97017&device=0&device_type=desktop&os=Windows&ssid=042btpgo5q679ghfs293q9oead&t=1773165907&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b6379a413de25d8331a759869a54c3ab0936ff40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();