(function() { const u = '/apps/statistics.php?aid=207614&browser=IE&created_date=20260112&created_hour=13&dduuid=18617f9527e99&device=0&device_type=desktop&os=Windows&ssid=86r1uratvfggpnginps1mr83v1&t=1768195085&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc531090915ec8f6c7ce8516073d71f089c88749&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();