(function() { const u = '/apps/statistics.php?aid=363146&browser=IE&created_date=20260125&created_hour=02&dduuid=aa2f2c090e2dd&device=0&device_type=desktop&os=Windows&ssid=1nuje1bmm2f6cpna4p8mpnau6u&t=1769279831&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=833af5f4f93437f51522c05ac278b4b779e2ccb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();