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