(function() { const u = '/apps/statistics.php?aid=207908&browser=IE&created_date=20260103&created_hour=01&dduuid=a77d9040b7788&device=0&device_type=desktop&os=Windows&ssid=e5auosp96e483la7e3iqqaelps&t=1767373255&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ec397b560f3b64c3223be83e1e86b554099892a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();