(function() { const u = '/apps/statistics.php?aid=18128&browser=IE&created_date=20260305&created_hour=12&dduuid=d87c0d5fdb397&device=0&device_type=desktop&os=Windows&ssid=ucltj5483d1vb7ikihi6hak0dp&t=1772683729&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91f16e25dd0280f0c2582b6ebe91408ad4bc1b97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();