(function() { const u = '/apps/statistics.php?aid=445756&browser=IE&created_date=20260307&created_hour=13&dduuid=580f9183a8598&device=0&device_type=desktop&os=Windows&ssid=dv1q6u790j26gb0pdqil4un6b6&t=1772862995&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32b9cb03301c82b08c43ca924927a04b31eb4518&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();