(function() { const u = '/apps/statistics.php?aid=404339&browser=IE&created_date=20260308&created_hour=02&dduuid=df340d1e2c313&device=0&device_type=desktop&os=Windows&ssid=f5kp477lpeupim5he7aphf35em&t=1772908900&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dcc4178c704ebdee25aa7b19092e103b6fadad07&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();