(function() { const u = '/apps/statistics.php?aid=449010&browser=IE&created_date=20260226&created_hour=01&dduuid=a824c7287d3ee&device=0&device_type=desktop&os=Windows&ssid=0af2iegiliiuuvo3ed7d83u5k1&t=1772039565&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa83c0fecc2a4b09de2db99dd762ca90a927c355&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();