(function() { const u = '/apps/statistics.php?aid=445578&browser=IE&created_date=20260227&created_hour=11&dduuid=6685cdd8b2d7e&device=0&device_type=desktop&os=Windows&ssid=r3l74gcg6q6l981vl7c1p95gb1&t=1772163544&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da5219f067a62a68ce275d2d84c07441a63ffe48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();