(function() { const u = '/apps/statistics.php?aid=449000&browser=IE&created_date=20260113&created_hour=15&dduuid=b21ec3f55cddc&device=0&device_type=desktop&os=Windows&ssid=c8dg9c0vctn3h71lk9n95at68f&t=1768288532&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0f631e602d484b5dccaa31c9a5581b54af86d31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();