(function() { const u = '/apps/statistics.php?aid=439637&browser=IE&created_date=20260314&created_hour=11&dduuid=d83c064d291f5&device=0&device_type=desktop&os=Windows&ssid=gcpt0tlo4cn9tqkfuphdhm1ni0&t=1773459314&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac72ebbd5d667465d35b103bcb18ba2da6630d2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();