(function() { const u = '/apps/statistics.php?aid=357081&browser=IE&created_date=20260114&created_hour=12&dduuid=181faf85ddff2&device=0&device_type=desktop&os=Windows&ssid=b8akg3tlgc1toku8l3ovgp8293&t=1768365074&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ac1e7efb64afa1961e6049f44a50d1009db3f08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();