(function() { const u = '/apps/statistics.php?aid=209311&browser=IE&created_date=20251228&created_hour=04&dduuid=ffae131da32c7&device=0&device_type=desktop&os=Windows&ssid=fhf959fipnvkes400v40ukldkn&t=1766865920&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2145fb0467507b3a4c203f5eeb9a8dbf19cc733e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();