(function() { const u = '/apps/statistics.php?aid=404939&browser=IE&created_date=20260124&created_hour=15&dduuid=9dc64831882d6&device=0&device_type=desktop&os=Windows&ssid=hc15sirfqg39hapb1sgd137m3n&t=1769239738&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=feac261139cd967a2e7c0ac57dcffa9d35c2d0e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();