(function() { const u = '/apps/statistics.php?aid=443221&browser=IE&created_date=20260314&created_hour=08&dduuid=26efebab6f8a7&device=0&device_type=desktop&os=Windows&ssid=che78elocbsm1elkp86c2fnjmt&t=1773449748&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98e0c1eb1115d52934a00451df5387b6d94e1128&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();