(function() { const u = '/apps/statistics.php?aid=444606&browser=IE&created_date=20260313&created_hour=01&dduuid=abd08bc47b30b&device=0&device_type=desktop&os=Windows&ssid=s51hnsnpkuabq93r1cs4d0baqv&t=1773337130&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=930edb08a02af41ef079c8be4c1b0dcdeacaf0c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();