(function() { const u = '/apps/statistics.php?aid=345860&browser=IE&created_date=20251220&created_hour=16&dduuid=863fa9609ceba&device=0&device_type=desktop&os=Windows&ssid=9oci525psl2f2768g221m1t5ds&t=1766218409&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edd5dadd2a0c60ac120a3901deabcad06fc34a38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();