(function() { const u = '/apps/statistics.php?aid=455173&browser=IE&created_date=20260223&created_hour=20&dduuid=1c1830db22806&device=0&device_type=desktop&os=Windows&ssid=1le7qkil25ge3b5nd1s2i6br81&t=1771851253&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ee9937bcaf5cfa2536c03303cd26df6e684c39d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();