(function() { const u = '/apps/statistics.php?aid=451859&browser=IE&created_date=20260225&created_hour=03&dduuid=26c9ceaf077ee&device=0&device_type=desktop&os=Windows&ssid=t2281a712q08kjcf8vv6kh4kvv&t=1771959612&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=691d229af2f4fc5029b4082ea64fa2579973076d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();