(function() { const u = '/apps/statistics.php?aid=437772&browser=IE&created_date=20251129&created_hour=18&dduuid=e7eff2cd0fd79&device=0&device_type=desktop&os=Windows&ssid=sb64b7vimb1o8q6o01it4d0ser&t=1764411724&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86d9951b05b25d344e185eab4bde751725194154&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();