(function() { const u = '/apps/statistics.php?aid=455718&browser=IE&created_date=20260304&created_hour=15&dduuid=c5172e5a70039&device=0&device_type=desktop&os=Windows&ssid=1jg5av4crkpcsprfptv1b9bvpg&t=1772609538&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9eebae79528be61724f0024e3a0cb6f05e811e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();