(function() { const u = '/apps/statistics.php?aid=51619&browser=IE&created_date=20260310&created_hour=18&dduuid=a11321d83ce0b&device=0&device_type=desktop&os=Windows&ssid=3f4vuc3skusmtdcph2c1igbio3&t=1773139395&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2bef8040ba2e41e4ebd8b0b7f68d7810a8643175&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();