(function() { const u = '/apps/statistics.php?aid=368890&browser=IE&created_date=20260312&created_hour=01&dduuid=767c8b0ddc21c&device=0&device_type=desktop&os=Windows&ssid=t5k9m5c9t1qiepg2t9aaput2r1&t=1773250136&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da8e9f1b867b88aed26bf0ac24243790b2d76096&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();