(function() { const u = '/apps/statistics.php?aid=291769&browser=IE&created_date=20260314&created_hour=07&dduuid=e98372a6b22d3&device=0&device_type=desktop&os=Windows&ssid=5lvou1h8edt6r52kitt10ahndr&t=1773444414&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d104fd46f2bf9816e1a84bc8e23049b8308db2c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();