(function() { const u = '/apps/statistics.php?aid=402757&browser=IE&created_date=20260125&created_hour=04&dduuid=2fbc947e997aa&device=0&device_type=desktop&os=Windows&ssid=g8nuianltq4gflfdoeecbtptlo&t=1769287143&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a79e93e4843e502980af759e40bd26d67c28c47f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();