(function() { const u = '/apps/statistics.php?aid=442720&browser=IE&created_date=20251221&created_hour=19&dduuid=dfeca46b14c65&device=0&device_type=desktop&os=Windows&ssid=3csagck9d6f3rffq961abhiigp&t=1766317074&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db17797a5f668eae5980efb10d5540e987b3c1c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();