(function() { const u = '/apps/statistics.php?aid=435147&browser=IE&created_date=20260305&created_hour=04&dduuid=454d1ce202aa1&device=0&device_type=desktop&os=Windows&ssid=fe8dfrooo1t20k45vrlf6jui6p&t=1772657909&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a81804b667d7b507e57e19b5d3ce7a2dc82baea1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();