(function() { const u = '/apps/statistics.php?aid=444655&browser=IE&created_date=20251219&created_hour=05&dduuid=a0035523d6c80&device=0&device_type=desktop&os=Windows&ssid=468rvoonl6h7rprdq8836f2q09&t=1766095172&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e35ecfbdeef7430cb1f2a3083fe9d197af448935&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();