(function() { const u = '/apps/statistics.php?aid=264451&browser=IE&created_date=20260119&created_hour=00&dduuid=0baf6241df1d6&device=0&device_type=desktop&os=Windows&ssid=hl3k8sr6rq0b712anhc0295i86&t=1768753381&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccef64eeba725bf63b3d9bd60717e1221ddd4e9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();