(function() { const u = '/apps/statistics.php?aid=444389&browser=IE&created_date=20251221&created_hour=17&dduuid=7b0e56b25ca5a&device=0&device_type=desktop&os=Windows&ssid=p0306kb18tlhucpm1gkf36dum2&t=1766310342&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d233a418dc8cc749dba5059c7dc3e77057903d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();