(function() { const u = '/apps/statistics.php?aid=412203&browser=IE&created_date=20260201&created_hour=02&dduuid=8dd063940e0db&device=0&device_type=desktop&os=Windows&ssid=m93ld1gl09e5j1fcctrgip21nl&t=1769885976&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6357c33ed25d5226e5bb4c960317a67d631ee03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();