(function() { const u = '/apps/statistics.php?aid=440759&browser=IE&created_date=20260304&created_hour=20&dduuid=756141516fbc4&device=0&device_type=desktop&os=Windows&ssid=a66pgk44kjbkcdpe30air2rrc1&t=1772628347&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d4da2e6ebc636f9dddf243fa09484ec18e450ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();