(function() { const u = '/apps/statistics.php?aid=113107&browser=IE&created_date=20260225&created_hour=17&dduuid=48de27c7d3892&device=0&device_type=desktop&os=Windows&ssid=anh3edii3otmuuigo3q9e4r3pn&t=1772013122&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a19530b946a473a26ad6b69860ec3d91b64cc32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();