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