(function() { const u = '/apps/statistics.php?aid=14682&browser=IE&created_date=20260311&created_hour=02&dduuid=97f59be041bb6&device=0&device_type=desktop&os=Windows&ssid=879tsr4rp9vcfao8ua408ei92k&t=1773167033&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a4fef3fd3de62a29d8b0dc7a6b4dd94ded1bcc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();