(function() { const u = '/apps/statistics.php?aid=455171&browser=IE&created_date=20260304&created_hour=20&dduuid=7f7656714fa9e&device=0&device_type=desktop&os=Windows&ssid=gfsls256s7ebccc4623rg5iama&t=1772628923&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d150be69a48cd43ebb8d0c9595660474b44c554b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();