(function() { const u = '/apps/statistics.php?aid=448690&browser=IE&created_date=20260112&created_hour=00&dduuid=4d0d8fb9c331f&device=0&device_type=desktop&os=Windows&ssid=1dnej3d4jarqbhitmmb5ohehgo&t=1768150785&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4857a347186f8d7214819d8935d3b69e0246919&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();