(function() { const u = '/apps/statistics.php?aid=369414&browser=IE&created_date=20251220&created_hour=20&dduuid=94704e5fffc0d&device=0&device_type=desktop&os=Windows&ssid=3mr6s1dhemn3k485karasgaf3g&t=1766233163&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d413172b909a728489ed983908930b73d5611166&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();