(function() { const u = '/apps/statistics.php?aid=384976&browser=IE&created_date=20260311&created_hour=23&dduuid=4bce2ba61f1cc&device=0&device_type=desktop&os=Windows&ssid=7mmujric90bh6af588lvv15gpl&t=1773243518&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f79875d9cec3f6a8dddfa890a2056ea6b17e51e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();