(function() { const u = '/apps/statistics.php?aid=403282&browser=IE&created_date=20260311&created_hour=12&dduuid=5fff525454ea9&device=0&device_type=desktop&os=Windows&ssid=idplqnbf2naoemi8d6rjt91h75&t=1773204571&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b134823f583b98c9e0c5b8945b63b96f28a735f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();