(function() { const u = '/apps/statistics.php?aid=445646&browser=IE&created_date=20260213&created_hour=15&dduuid=83336c63e3019&device=0&device_type=desktop&os=Windows&ssid=5ii7qidd4tflfi0lr0j6610v0e&t=1770966966&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0aa1900b4e1dff3614eeb60b8ec8b1c7fadb52b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();