(function() { const u = '/apps/statistics.php?aid=454222&browser=IE&created_date=20260201&created_hour=01&dduuid=b819b7a6cb8ef&device=0&device_type=desktop&os=Windows&ssid=rvh972j4443gdiohm0lh4l5bpa&t=1769880979&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e737f51f95f42076c3e1d1ff807c39b55327369&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();