(function() { const u = '/apps/statistics.php?aid=437&browser=IE&created_date=20260307&created_hour=16&dduuid=2157257ea70df&device=0&device_type=desktop&os=Windows&ssid=sf6q2ha1lpt75ar4nda2rnhn55&t=1772871282&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=358726e185d17043eaaae45e011b9991c8a0c076&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();