(function() { const u = '/apps/statistics.php?aid=439190&browser=IE&created_date=20260124&created_hour=08&dduuid=e6f2ac3770bff&device=0&device_type=desktop&os=Windows&ssid=gu7do5go9np8520vfj1dmeppb0&t=1769215007&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45ca877d9409dff7c1631e0c40062a7a6d308f4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();