(function() { const u = '/apps/statistics.php?aid=421714&browser=IE&created_date=20260305&created_hour=23&dduuid=e060e110170a2&device=0&device_type=desktop&os=Windows&ssid=38342oul79bipm1i4olcn0d7di&t=1772723061&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d76e84c019afd460a31d7eb10cd5aa971caf2601&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();