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