(function() { const u = '/apps/statistics.php?aid=405062&browser=IE&created_date=20260124&created_hour=13&dduuid=5654b03e7785d&device=0&device_type=desktop&os=Windows&ssid=4rrl5a9ul41b0v7usc4ekfqs7h&t=1769232787&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8399d994159b01b2c257c73661e5f17f52c2d32f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();