(function() { const u = '/apps/statistics.php?aid=450180&browser=IE&created_date=20260307&created_hour=19&dduuid=8a35c6648af46&device=0&device_type=desktop&os=Windows&ssid=q5e5rt3fq64siaiadttkpl07op&t=1772882551&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e295f3336f80c7d85512e5f3cf324b1ef9f3a3f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();