(function() { const u = '/apps/statistics.php?aid=209587&browser=IE&created_date=20251226&created_hour=23&dduuid=02d6afc0aebea&device=0&device_type=desktop&os=Windows&ssid=ecgtf46m3ms3akhdbe0tt6pf24&t=1766761329&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b22747fd9134704f820109944726aea19022621b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();