(function() { const u = '/apps/statistics.php?aid=436815&browser=IE&created_date=20251229&created_hour=10&dduuid=62baafa25d725&device=0&device_type=desktop&os=Windows&ssid=nqhfmgoeqgl3ju81eooam47m0j&t=1766973923&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eb19f3a359a7804fc43ef928199e2cd08c42f40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();