(function() { const u = '/apps/statistics.php?aid=440698&browser=IE&created_date=20260314&created_hour=03&dduuid=9bc2ff47ea09c&device=0&device_type=desktop&os=Windows&ssid=ndgnfmcnovanp5ckontdsukk1k&t=1773428897&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e17998c7d2a4be6fa65e4974a1796311bbe21d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();