(function() { const u = '/apps/statistics.php?aid=444794&browser=IE&created_date=20251220&created_hour=15&dduuid=80175925f1bf7&device=0&device_type=desktop&os=Windows&ssid=p1od4ebh2nvgabcbp2fh33iljs&t=1766214864&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cab3507a0ff736b6ea2c2fe15551e036bccf6b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();